home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!-- <?xml-stylesheet href="chrome://net2phone/skin/Net2Phone.css" type="text/css"?> -->
-
- <!DOCTYPE overlay SYSTEM "chrome://net2phone/locale/Net2Phone.dtd" >
-
- <!-- This is the overlay that addes "Net2Phone" to the (navigator) personal toolbar. -->
-
- <overlay id="Net2PhoneButtonID"
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <toolbar id="PersonalToolbar">
- <data id='net2phone-button-url'>&Net2PhoneButtonURL.label;</data>
- <button class="button-toolbar bookmark-item nc"
- insertafter="bookmarks-button"
- id="net2phone-button"
- persist="hidden"
- label="&Net2PhoneCmd.label;"
- oncommand="event.preventBubble(); net2Phone(document.getElementById('net2phone-button-url').firstChild.nodeValue);"/>
- </toolbar>
-
- </overlay>
-